Adwaita: remove bogus box-shadow in GtkComboBox
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 1 Sep 2015 13:47:53 +0000 (15:47 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 1 Sep 2015 13:47:53 +0000 (15:47 +0200)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 2feddb4946e10e03578c1d62b59c6e359218f69d..57d933abd363693e1876bdc6bdc153eef8a9c0f5 100644 (file)
@@ -980,8 +980,6 @@ GtkComboBox {
   -GtkComboBox-arrow-scaling: 0.5;
   -GtkComboBox-shadow-type: none;
 
-  box-shadow: 0 1px $borders_edge;
-
   @include _button_text_shadow;
 
   &:insensitive {
index b7a7517bb2dac7fd68864bcf1215ed433df7a1bc..6a0e1e8cc7c1b783464d9a8d8236558c93839e60 100644 (file)
@@ -1461,7 +1461,6 @@ GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
 GtkComboBox {
   -GtkComboBox-arrow-scaling: 0.5;
   -GtkComboBox-shadow-type: none;
-  box-shadow: 0 1px rgba(238, 238, 236, 0.1);
   text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
   icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
   GtkComboBox > .the-button-in-the-combobox {
index 5decfdfd8b01699e4405dc8e60c5d48d301ea5c4..c829f99cab3835b846b626208b656272adb18f02 100644 (file)
@@ -1461,7 +1461,6 @@ GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
 GtkComboBox {
   -GtkComboBox-arrow-scaling: 0.5;
   -GtkComboBox-shadow-type: none;
-  box-shadow: 0 1px white;
   text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
   icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
   GtkComboBox > .the-button-in-the-combobox {